home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 13 / Developer Source Volume 13 (I-MODE Publications, Inc.)(1999).iso / MSYSJ / SEP96 / RICHF105.GIF < prev   
Graphics Interchange Format  |  1998-02-10  |  37KB  |  351x307  |  4-bit (16 colors)
Labels: text | screenshot | font
OCR: HIS (Main Application) Contains a call to Somefunc. which it thinks is In DilStub,dil. HIS calls LoadLibray for your ISAPI DLL (in this example, DilStub.dll) DllStub.df! Contains forward reference to SomeFunc In DhlWork.dil due to this line of code in DllStub.cte #pragma comment ( linker, "/ export:SomeFunc=dllwork.SomeFunc") When DllStub.dll loads, DllWork loads implicitly because of forward function reference DllWork dhl DilWork contains the actual implementation of SomeFunc. This is returned when Ils calls GetProcAddress. Figure 5 Function Forwarding in an ISAPI DLL